home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu555.dms / pu555.adf / BDG20.LHA / BDGttI-2.0 / README.VMS < prev    next >
Text File  |  1994-02-06  |  2KB  |  59 lines

  1. --- /big-dummys-guide-texi/$Id: README.VMS,v 2.0 1994/01/29 17:41:21 joke Rel $
  2.  
  3.     * HEY, HEY! AND WHAT ABOUT VMS SUPPORT?
  4.  
  5. Dear people of the VMS community,
  6.  
  7.    I know, I know; DUMMY's so unixoid that it's almost impossible to build
  8. under VMS; and of course we don't want to get into the "Get youself a
  9. real operapting system!" flame wars of the 80ies.
  10.  
  11.     * OK, OK, SO WHAT TO DO?
  12.  
  13.    If you've received of copy of DUMMY's in the standard A4 paper format,
  14. i.e. the file "bdgtti-2.0.ps" and want to print this guy on an all-american
  15. laser printer (some of the newer ones know about the rest of the world's
  16. paper sizes, though), you can easily do this by prepending the file "a4-fix.ps"
  17. (see below) to "bdgtti-2.0.ps". Just use a text editor, and there you go.
  18. If you want to retain pagination control (e.g. using GhostView), you have
  19. to INSERT the fix after the "%%EndComments" line.
  20.  
  21. It then will print on a US letter size printer, although it might look a
  22. bit "distorted", but folks, that's the only possibility for now. If you're
  23. a passionate VMS hacker and want to help. Just write some ".com" files
  24. that build DUMMY's on VMS. (Of course you could use DMAKE, which also exists
  25. in a VMS version, and simply use the Makefile included, but...
  26. But building this guide must be "almost foolproof" and possible with virtually
  27. no systems programming knowledge.)
  28.  
  29. Any kind VMS soul out there?
  30.  
  31.     * A4 POSTSCRIPT ON US LETTER SIZE PRINTER?
  32.  
  33. %!
  34. %  a4fix.ps
  35. % Here is a quick hack to print a4 formatted pages.
  36. % Just add this as a prefix to your document.
  37. % (To retain pagination control, it should come AFTER the
  38. % %%EndComments line.)
  39. % Beware that it distorts the page vertically to make it fit.
  40. % Also, it might be necessary to adjust the translate amount
  41. % for some documents.
  42. %
  43. % James E. Burns, 1/21/93,  burns@nova.bellcore.com
  44.  
  45. /sp /showpage load def
  46. /a4fix {1 0.94 scale 0 30 translate} def
  47. /showpage{sp a4fix} def
  48. a4fix
  49.  
  50.     * THE CURRENT TEXINFO EDITOR/COORDINATOR?
  51.  
  52.       Joerg Heitkoetter
  53.      <joke@ls11.informatik.uni-dortmund.de>
  54.  
  55.   c/o Systems Analysis Research Group, LSXI
  56.       Department of Computer Science
  57.       University of Dortmund
  58.       D-44221 Dortmund, Germany
  59.